Package-level declarations
Types
Link copied to clipboard
interface DaggerViewModelInjector
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ViewModelInjector
Functions
Link copied to clipboard
inline fun <VM> scanbotViewModel(viewModelStoreOwner: <Error class: unknown class> = checkNotNull(LocalViewModelStoreOwner.current) {
"No ViewModelStoreOwner was provided via LocalViewModelStoreOwner"
}, key: String? = null): VM